Release 10.1A: OpenEdge Deployment:
Startup Command and Parameter Reference
Quick Request (-q)
Use Quick Request (
-q) to tell Progress to searchPROPATHdirectories only on the first use of a procedure.
Operating system
and syntax UNIX
Windows-q Use
with Maximum value Minimum value Single-user default Multi-user default Client Session – – – –
Ordinarily in a Progress procedure, when the
RUNstatement is used to run a subprocedure, Progress searches the directories named by thePROPATHenvironment variable, looking for a procedure of the same name with a.rextension. If it finds a file with a.rextension (an r-code file), it checks to make sure the r-code file has not changed since that r-code file was created.This search is very useful in a development environment where procedures change regularly and you want to make sure you are always running the most current version of your application. However, in a production environment, you might want to bypass this search.
With Quick Request (
-q), after the initial search, if the procedure still resides in memory or in the local session-compiled file, Progress uses that version of the procedure rather than searching the directories again. However, Progress always checks whether Data Dictionary definitions related to a procedure were modified. If they were modified, Progress displays an error when it tries to retrieve the procedure.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |